The NCDF_DIMID function returns the ID of a NetCDF dimension, given the name of the dimension.
Result = NCDF_DIMID( Cdfid, DimName )
Return the dimension ID or -1 if the dimension does not exist.
The NetCDF ID, returned from a previous call to NCDF_OPEN, NCDF_CREATE, or NCDF_GROUPDEF.
A scalar string containing the dimension name.
None
See NCDF_VARPUT.
Pre 4.0 |
Introduced |